home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / pyshared / lazr.restfulclient-0.9.3.egg-info / PKG-INFO < prev    next >
Text File  |  2009-09-07  |  3KB  |  93 lines

  1. Metadata-Version: 1.0
  2. Name: lazr.restfulclient
  3. Version: 0.9.3
  4. Summary: This is a template for your lazr package.  To start your own lazr package,
  5. Home-page: https://launchpad.net/lazr.restfulclient
  6. Author: LAZR Developers
  7. Author-email: lazr-developers@lists.launchpad.net
  8. License: LGPL v3
  9. Download-URL: https://launchpad.net/lazr.restfulclient/+download
  10. Description: ..
  11.         This file is part of lazr.restfulclient.
  12.         
  13.         lazr.restfulclient is free software: you can redistribute it and/or modify it
  14.         under the terms of the GNU Lesser General Public License as published by
  15.         the Free Software Foundation, version 3 of the License.
  16.         
  17.         lazr.restfulclient is distributed in the hope that it will be useful, but
  18.         WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  19.         or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
  20.         License for more details.
  21.         
  22.         You should have received a copy of the GNU Lesser General Public License
  23.         along with lazr.restfulclient.  If not, see <http://www.gnu.org/licenses/>.
  24.         
  25.         LAZR restfulclient
  26.         ************
  27.         
  28.         This is a pure template for new lazr namespace packages.
  29.         
  30.         Please see https://dev.launchpad.net/LazrStyleGuide and
  31.         https://dev.launchpad.net/Hacking for how to develop in this
  32.         package.
  33.         
  34.         This is an example Sphinx_ `Table of contents`_.  If you add files to the docs
  35.         directory, you should probably improve it.
  36.         
  37.         .. toctree::
  38.         :glob:
  39.         
  40.         *
  41.         docs/*
  42.         
  43.         .. _Sphinx: http://sphinx.pocoo.org/
  44.         .. _Table of contents: http://sphinx.pocoo.org/concepts.html#the-toc-tree
  45.         
  46.         Importable
  47.         ==========
  48.         
  49.         The lazr.restfulclient package is importable, and has a version number.
  50.         
  51.         >>> import lazr.restfulclient
  52.         >>> print 'VERSION:', lazr.restfulclient.__version__
  53.         VERSION: ...
  54.         
  55.         ===========================
  56.         NEWS for lazr.restfulclient
  57.         ===========================
  58.         
  59.         0.9.3 (2009-08-05)
  60.         ==================
  61.         
  62.         Removed a sys.path hack from setup.py.
  63.         
  64.         0.9.2 (2009-07-16)
  65.         ==================
  66.         
  67.         - Fields that can contain binary data are no longer run through
  68.         simplejson.dumps().
  69.         
  70.         - For fields that can take on a limited set of values, you can now get
  71.         a list of possible values.
  72.         
  73.         0.9.1 (2009-07-13)
  74.         ==================
  75.         
  76.         - The client now knows to look for multipart/form-data representations
  77.         and will create them as appropriate. The upshot of this is that you
  78.         can now send binary data when invoking named operations that will
  79.         accept binary data.
  80.         
  81.         
  82.         0.9 (2009-04-29)
  83.         ================
  84.         
  85.         - Initial public release
  86.         
  87. Platform: UNKNOWN
  88. Classifier: Development Status :: 5 - Production/Stable
  89. Classifier: Intended Audience :: Developers
  90. Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
  91. Classifier: Operating System :: OS Independent
  92. Classifier: Programming Language :: Python
  93.